type google.golang.org/protobuf/internal/impl.int64Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L108: return &int64Converter{t, defVal(fd, int64Zero)}
convert.go#L193: type int64Converter struct {
convert.go#L198: func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L204: func (c *int64Converter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L207: func (c *int64Converter) IsValidPB(v protoreflect.Value) bool {
convert.go#L211: func (c *int64Converter) IsValidGo(v reflect.Value) bool {
convert.go#L214: func (c *int64Converter) New() protoreflect.Value { return c.def }
convert.go#L215: func (c *int64Converter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)